home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
v9n20.arc
/
XVI_UD1.XTS
< prev
next >
Wrap
Text File
|
1990-10-29
|
2KB
|
60 lines
; XVI_UD1.XTS
; PC MagNet Utilities Database Down Load, Part One
; This Script is run before you go on-line.
; by Rick Ayre 5.1.90
CApture off ; Turn off screen capture.
Label clear_keys
When - ; Clear a when condition
FKey A1 "" ; Clear function keys Alt-1
FKey A2 "" ; through Alt-5 so we can
FKey A3 "" ; store our file names as
Fkey A4 "" ; variables in them.
Fkey A5 ""
SCreen L wy ; Change color of command line
LAbel what_files ; Store file names in Alt function keys
ASk @A1 Name of file to download: ; Get name of firt file
IF @A1 = "" JUmp what_next ; Start over if no name here
ASk @A2 Next file to download (Press Enter if done.):
IF @A2 = "" JUmp get_files ; Start downloads when no more names
ASk @A3 Next file to download (Press Enter if done.):
IF @A3 = "" JUmp get_files
ASk @A4 Next file to download (Press Enter if done.):
IF @A4 = "" JUmp get_files
ASk @A5 Last file to download (Press Enter if done.):
IF @a5 = "" JUmp get_files
LAbel get_files
LOad MagNet
LAbel what_next ; Ask if you want to restart.
ASK Start Over (Y/N):
SCreen L kw
IF Nn JUmp get_off
IF yY JUmp what_files
Label get_off ; Log off and hang up phone.
REply OFF | ; Log off CompuServe.
WAit quiet 50 ; Wait for inactivity.
BYe ; Break phone line connection.
ENd
; The Script processing now loads the MagNet.XTK, then the MagNet.XTS
; files. When it has succesfully logged on to MagNet it picks up
; your down load with Part Two (XVI_UD2.XTS).